-
-
Notifications
You must be signed in to change notification settings - Fork 33k
gh-118767: remove bool(NotImplemented) from pending-removal document #139526
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
This raises a TypeError in 3.14, see pythongh-118767
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thank you!
Thanks @JostMigenda for the PR, and @Eclips4 for merging it 🌮🎉.. I'm working now to backport this PR to: 3.14. |
… document (pythonGH-139526) (cherry picked from commit 29616f3) Co-authored-by: Jost Migenda <[email protected]>
GH-139599 is a backport of this pull request to the 3.14 branch. |
For the 3.13 docs, we could also move the entry from "Pending Removal in Future Versions" to "Pending Removal in Python 3.14". |
…l document (GH-139526) (#139599) Co-authored-by: Jost Migenda <[email protected]>
GH-139677 is a backport of this pull request to the 3.13 branch. |
bool(NotImplemented)
raises a TypeError in 3.14, so should no longer be listed under “Pending removal in future versions”. This is some minor cleanup for gh-118767 and associated PRs.📚 Documentation preview 📚: https://cpython-previews--139526.org.readthedocs.build/